home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / pavt150.zip / HISTORY.TXT < prev    next >
Text File  |  1993-04-12  |  4KB  |  62 lines

  1.  -- PAvatar Revision Log --
  2.  
  3. 1.50   --  Bugs fixed: Possible incorrect ANSI clear screen, ANSI reverse
  4.  7-Apr-93  color was odd, highlight window would lock up the terminal, the
  5.            TTY routine would scroll an extra line at the bottom of the screen
  6.            if the cursor wraped around.  Many more minor bugs were also fixed.
  7.  
  8.            IMPORTANT:  This release breaks the units up into three units to
  9.            allow overlays.  You MUST call the InitUnit routine of the main
  10.            PAvt150 unit before doing anything else.  See the manual for
  11.            details on what major changes have been made since 1.17.
  12.  
  13.            NEW: VT-52 Support, "ANSI" music support, AdLib/SoundBlaster FM
  14.            sound support, 30-40% speed increase.  TP/BP 7.0 units are now
  15.            included.  TTYCharh hook allows access to data after control codes
  16.            have been processed.  The small PAvt0 unit has been discontinued.
  17.            The DV_Pause procedure has been renamed to IdlePause; it now
  18.            gives up time to all multitaskers.  More sound support routines
  19.            have been added to allow better control.  The main PAvt150 unit
  20.            can be overlayed.  The SetTerminal procedure has been added to
  21.            replace the old ANSI_Only and Level0_Simulation routines which are
  22.            no longer supported.  Please read the manual carefully!
  23.  
  24. 1.17   --  Bugs fixed: The ANSI request cursor position was not responding
  25. 23-Dec-91  correctly.  Replacement SwapVectors procedure has been dropped,
  26.            use Set_Sound_backg (read the docs).  There were mis-calculations
  27.            in the unit's fill and highlight area routines which resulted in
  28.            an improper display when not using window number 0.
  29.            Two new procedures have been added.  The In_Command function
  30.            allows you to determine when the interpreter is in the middle of
  31.            processing an Avt/ANSI command.  The UpdateCursor procedure can
  32.            now change the cursor position easily.  The demo program now
  33.            checks the validity of coordinates passed to it's hooks.
  34.  
  35. 1.15   --  Bugs fixed: When a sound in made under DESQview with the PAvt1
  36.  6-Oct-91  unit, it would overwrite a random memory location.  When issuing
  37.            a set cursor style command the same thing could happen.  This
  38.            has been fixed.
  39.            There is now an easy way to control the sound that the unit will
  40.            make via a new procedure "Set_Sound_backg", and a new variable
  41.            "Sound_Stat".  All of the Avatar/1 queries are now supported.
  42.            Previously only the ID query would respond.  (see the
  43.            QUERIES.DOC file for details.)  The demo programs have been
  44.            combined into one with an include file for the hooks in the event
  45.            that you want to use the code in your programs.  The demo
  46.            program's screen writing has been sped up 30%.
  47.  
  48. 1.10   --  Added a procedure to set the active screen size without having
  49.  7-Sep-91  to reset it with the ResetTerminal procedure.  There is now
  50.            a slimmed down version (PAvt0) included which supports level 0+
  51.            and ANSI-BBS only.  The unit names have changed to better
  52.            reflect the name of the package.
  53.  
  54. 1.01p  --  Fixed a bug in the DESQview_Version function which caused it
  55. 25-Aug-91  not to work properly.  Added an enhanced SwapVectors procedure
  56.            to allow dos shells and swapping exec commands.  Before the
  57.            interrupt $1C hook wasn't being restored and usually resulted
  58.            in a lockup.  (Thanks to Mark Cook for noticing that bug.)
  59.  
  60. 1.00p  --  The original release.
  61.  1-Aug-91
  62.